Click or drag to resize

ExtendedPropertyList Class

Class ExtendedPropertyList.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListExtendedProperty
    Independentsoft.MsgExtendedPropertyList

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ExtendedPropertyList : List<ExtendedProperty>

The ExtendedPropertyList type exposes the following members.

Constructors
  NameDescription
Public methodExtendedPropertyList
Initializes a new instance of the ExtendedPropertyList class
Top
Properties
  NameDescription
Public propertyCapacity (Inherited from ListExtendedProperty.)
Public propertyCount (Inherited from ListExtendedProperty.)
Public propertyItemInt32 (Inherited from ListExtendedProperty.)
Public propertyItemExtendedPropertyTag
Gets the ExtendedProperty with the specified tag.
Top
Methods
  NameDescription
Public methodAdd (Inherited from ListExtendedProperty.)
Public methodAddRange (Inherited from ListExtendedProperty.)
Public methodAsReadOnly (Inherited from ListExtendedProperty.)
Public methodBinarySearch(T) (Inherited from ListExtendedProperty.)
Public methodBinarySearch(T, IComparerT) (Inherited from ListExtendedProperty.)
Public methodBinarySearch(Int32, Int32, T, IComparerT) (Inherited from ListExtendedProperty.)
Public methodClear (Inherited from ListExtendedProperty.)
Public methodContains (Inherited from ListExtendedProperty.)
Public methodConvertAllTOutput (Inherited from ListExtendedProperty.)
Public methodCopyTo(T) (Inherited from ListExtendedProperty.)
Public methodCopyTo(T, Int32) (Inherited from ListExtendedProperty.)
Public methodCopyTo(Int32, T, Int32, Int32) (Inherited from ListExtendedProperty.)
Public methodEquals (Inherited from Object.)
Public methodExists (Inherited from ListExtendedProperty.)
Protected methodFinalize (Inherited from Object.)
Public methodFind (Inherited from ListExtendedProperty.)
Public methodFindAll (Inherited from ListExtendedProperty.)
Public methodFindIndex(PredicateT) (Inherited from ListExtendedProperty.)
Public methodFindIndex(Int32, PredicateT) (Inherited from ListExtendedProperty.)
Public methodFindIndex(Int32, Int32, PredicateT) (Inherited from ListExtendedProperty.)
Public methodFindLast (Inherited from ListExtendedProperty.)
Public methodFindLastIndex(PredicateT) (Inherited from ListExtendedProperty.)
Public methodFindLastIndex(Int32, PredicateT) (Inherited from ListExtendedProperty.)
Public methodFindLastIndex(Int32, Int32, PredicateT) (Inherited from ListExtendedProperty.)
Public methodForEach (Inherited from ListExtendedProperty.)
Public methodGetEnumerator (Inherited from ListExtendedProperty.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from ListExtendedProperty.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from ListExtendedProperty.)
Public methodIndexOf(T, Int32) (Inherited from ListExtendedProperty.)
Public methodIndexOf(T, Int32, Int32) (Inherited from ListExtendedProperty.)
Public methodInsert (Inherited from ListExtendedProperty.)
Public methodInsertRange (Inherited from ListExtendedProperty.)
Public methodLastIndexOf(T) (Inherited from ListExtendedProperty.)
Public methodLastIndexOf(T, Int32) (Inherited from ListExtendedProperty.)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from ListExtendedProperty.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from ListExtendedProperty.)
Public methodRemoveAll (Inherited from ListExtendedProperty.)
Public methodRemoveAt (Inherited from ListExtendedProperty.)
Public methodRemoveRange (Inherited from ListExtendedProperty.)
Public methodReverse (Inherited from ListExtendedProperty.)
Public methodReverse(Int32, Int32) (Inherited from ListExtendedProperty.)
Public methodSort (Inherited from ListExtendedProperty.)
Public methodSort(IComparerT) (Inherited from ListExtendedProperty.)
Public methodSort(ComparisonT) (Inherited from ListExtendedProperty.)
Public methodSort(Int32, Int32, IComparerT) (Inherited from ListExtendedProperty.)
Public methodToArray (Inherited from ListExtendedProperty.)
Public methodToString (Inherited from Object.)
Public methodTrimExcess (Inherited from ListExtendedProperty.)
Public methodTrueForAll (Inherited from ListExtendedProperty.)
Top
See Also